From: kaf24@firebug.cl.cam.ac.uk Date: Sat, 15 Apr 2006 14:53:53 +0000 (+0100) Subject: Remove bogus extern declaration. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16158^2~2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e8b7f0719c0990ac724d896a07b392ea2dde5817;p=xen.git Remove bogus extern declaration. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c index 60d0f3d78e..53dec24c38 100644 --- a/xen/arch/x86/smp.c +++ b/xen/arch/x86/smp.c @@ -261,7 +261,7 @@ int smp_call_function( return on_selected_cpus(allbutself, func, info, retry, wait); } -extern int on_selected_cpus( +int on_selected_cpus( cpumask_t selected, void (*func) (void *info), void *info,